// Example File Command script to show payload generation for video mode or WriteMemory commands.
// Use this file as the File Name argument.

// Build RGB888 ramp 
# line = 0
# LS SYS_VACTIVE
# pix = line & ffh
# LS SYS_HACTIVE
*3 pix
# pix = (pix + 1) & ffh
# LE
# line = line + 1
# LE
